home *** CD-ROM | disk | FTP | other *** search
- Path: news.exodus.net!news
- From: Austin Ju <jun@pixera.com>
- Newsgroups: comp.lang.c++
- Subject: Re: TYPEDEF help needed
- Date: 15 Mar 1996 01:06:50 GMT
- Organization: exodus communications, inc.
- Message-ID: <4iafra$gfo@saturn.exodus.net>
- NNTP-Posting-Host: jun.pixera.com
-
- alverste@cs.vu.nl (Andre Versteeg) writes:
- > What is wrong with the following:
- >
- > I like to have an array of structs with a certain name:
- >
- > typedef struct Coordinates
- ^^^^^^^^^^^
- try take this away or change to
- other name
- > {
- > int x,y;
- >
- > } Coordinates;
- >
- > typedef Coordinates[100] CoordinatesList;
- >
- >
- > Please help me,
- >
- > Greetings,
- >
- > Andre
- >
- >
- > S.O.S...
-
-